Initialise variables
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 12 Mar 2018 10:03:54 +0000 (10:03 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 13 Mar 2018 16:00:55 +0000 (16:00 +0000)
commit73ffb7f5e952761ebca301f2cd899b4a4f666ea4
tree2110457b76ad6b356eb98ed624562d774da9c66f
parenta0d2d1f44b421b35fbbcdc677baf44d2fc5e4b03
Initialise variables

The dx and dy variables may be left uninitialized by the coordinate
translation — or so the C compiler thinks. Let's avoid a warning when
building.
gtk/gtkwidget.c